github.com/klauspost/compress/huff0.decompress4xContext.limit (field)

2 uses

	github.com/klauspost/compress/huff0 (current package)
		decompress_amd64.go#L37: 	limit    *byte
		decompress_amd64.go#L95: 			limit:    &out[dstEvery-4], // Always stop decoding when first buffer gets here to avoid writing OOB on last.